home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Album_7_Ici Album.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  287 b   |  14 lines

  1. on enterFrame
  2.   puppetSprite(15, 1)
  3.   set the locV of sprite 15 to 40
  4.   set the movieTime of sprite 16 to 0
  5.   set the movieRate of sprite 16 to 1
  6.   set the scrollTop of member the member of sprite 14 to 0
  7. end
  8.  
  9. on exitFrame
  10.   if the machineType = 256 then
  11.     puppetSound(0)
  12.   end if
  13. end
  14.